Load(Stream,Nullable<Rectangle>) Method
In This Topic
Loads the image from a stream. JPEG, PNG, WEBP formats are supported.
Syntax
'Declaration
Public Overloads Sub Load( _
ByVal As System.IO.Stream, _
Optional ByVal As System.Nullable(Of Rectangle) _
)
public void Load(
System.IO.Stream ,
System.Nullable<Rectangle>
)
Parameters
- stream
- The source stream.
- clipRect
- Clipping rectangle of the image to be loaded.
See Also